home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Cool Specials / Al Morale Demo / Al's Stuff / D200.DCR / 00006_SpeakTime2.Master.ls < prev    next >
Encoding:
Text File  |  1999-02-16  |  440 b   |  19 lines

  1. on mouseUp
  2.   global gLite2
  3.   set gLite2 to the clickOn
  4.   radioGroup([39, 40, 41, 42], "on", "off")
  5.   if gLite2 = 39 then
  6.     set the text of member "GabFreqSet" to "15"
  7.   else
  8.     if gLite2 = 41 then
  9.       set the text of member "GabFreqSet" to "300"
  10.     else
  11.       if gLite2 = 42 then
  12.         set the text of member "GabFreqSet" to "1200"
  13.       else
  14.         set the text of member "GabFreqSet" to "60"
  15.       end if
  16.     end if
  17.   end if
  18. end
  19.